﻿.sidebar_code2 {
    display: block;
    text-align: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.code2b {
    position: absolute;
    width: 102px;
    height: 102px;
    left: -17px;
    top: 233px;
    z-index: 3;
    border-right: none 0;
    background-color: #fff;
}

.right-side-flyelem.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


.right-side-flyelem {
    position: fixed;
    bottom: 50%;
    right: 20px;
    z-index: 90;
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
    -webkit-transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    -webkit-transition-timing-function: cubic-bezier(0, .93, .06, 1);
    transition-timing-function: cubic-bezier(0, .93, .06, 1);
}

.side-icon {
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.rsf-items {
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(27, 27, 29, 0.9);
    margin-bottom: 1px;
    cursor: pointer;
}
